home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / apps / astronmy / starchrt.arc / STARCHRT.DOC < prev    next >
Text File  |  1987-02-07  |  4KB  |  67 lines

  1.  
  2.  
  3.  
  4.      s✓s✓s✓st✓t✓t✓ta✓a✓a✓ar✓r✓r✓rc✓c✓c✓ch✓h✓h✓ha✓a✓a✓ar✓r✓r✓rt✓t✓t✓t(✓(✓(✓(L✓L✓L✓LO✓O✓O✓OC✓C✓C✓CA✓A✓A✓AL✓L✓L✓L)✓)✓)✓)       U✓U✓U✓UN✓N✓N✓NI✓I✓I✓IX✓X✓X✓X 5✓5✓5✓5.✓.✓.✓.0✓0✓0✓0 (✓(✓(✓(1✓1✓1✓12✓2✓2✓2/✓/✓/✓/1✓1✓1✓1/✓/✓/✓/8✓8✓8✓87✓7✓7✓7)✓)✓)✓)        s✓s✓s✓st✓t✓t✓ta✓a✓a✓ar✓r✓r✓rc✓c✓c✓ch✓h✓h✓ha✓a✓a✓ar✓r✓r✓rt✓t✓t✓t(✓(✓(✓(L✓L✓L✓LO✓O✓O✓OC✓C✓C✓CA✓A✓A✓AL✓L✓L✓L)✓)✓)✓)
  5.  
  6.  
  7.  
  8.      N✓N✓N✓NA✓A✓A✓AM✓M✓M✓ME✓E✓E✓E
  9.           stardsp, starpic, startek - print astronomical star charts
  10.           using Yale database
  11.  
  12.      S✓S✓S✓SY✓Y✓Y✓YN✓N✓N✓NO✓O✓O✓OP✓P✓P✓PS✓S✓S✓SI✓I✓I✓IS✓S✓S✓S
  13.           These programs generate star charts based on data extracted
  14.           from the Yale public domain star catalog.  Output is to the
  15.           terminal (s✓s✓s✓st✓t✓t✓ta✓a✓a✓ar✓r✓r✓rd✓d✓d✓ds✓s✓s✓sp✓p✓p✓p), Unix PIC file (s✓s✓s✓st✓t✓t✓ta✓a✓a✓ar✓r✓r✓rp✓p✓p✓pi✓i✓i✓ic✓c✓c✓c) or in Tektronix
  16.           vector format (s✓s✓s✓st✓t✓t✓ta✓a✓a✓ar✓r✓r✓rt✓t✓t✓te✓e✓e✓ek✓k✓k✓k).  Star data is optionally overlayed
  17.           with other cosmic objects, such as planets.
  18.  
  19.      E✓E✓E✓EX✓X✓X✓XA✓A✓A✓AM✓M✓M✓MP✓P✓P✓PL✓L✓L✓LE✓E✓E✓ES✓S✓S✓S
  20.           # Orion: the belt lies near 5h40m in RA, just below the CE.
  21.           stardsp 5.6 -4.1 11.2 "Orion & belt" | more
  22.  
  23.      D✓D✓D✓DE✓E✓E✓ES✓S✓S✓SC✓C✓C✓CR✓R✓R✓RI✓I✓I✓IP✓P✓P✓PT✓T✓T✓TI✓I✓I✓IO✓O✓O✓ON✓N✓N✓N
  24.           The starchart center is specified by two parameters: floats
  25.           defining Right Ascension [0.0 to 24.0 hours] and Declination
  26.           [-90.0 to +90.0 degrees].  An optional third parameter
  27.           defines the N/S range of the output window, in degrees of
  28.           declination.  An optional fourth parameter gives a title.
  29.  
  30.           The software reads data from a local file (y✓y✓y✓ya✓a✓a✓al✓l✓l✓le✓e✓e✓e.✓.✓.✓.s✓s✓s✓st✓t✓t✓ta✓a✓a✓ar✓r✓r✓r) and
  31.           optional planetary file (p✓p✓p✓pl✓l✓l✓la✓a✓a✓an✓n✓n✓ne✓e✓e✓et✓t✓t✓t.✓.✓.✓.s✓s✓s✓st✓t✓t✓ta✓a✓a✓ar✓r✓r✓r) and clips to a
  32.           rectangular (in RA and DEC) window.  Objects within this
  33.           window are projected onto the output media, and displayed
  34.           using the appropriate glyphs.  Present implementations draw
  35.           two viewports: a "master" chart plus a "thumbnail" overview
  36.           with low limiting magnitude.  Their location and the
  37.           limiting magnitude is specified by records in the device
  38.           driver, allowing the chart layout be tuned on a per-device
  39.           basis.  The output is annotated with viewport boundaries, a
  40.           legend and axis labels.
  41.  
  42.           Sanson's sinusoidal projection is used to map coordinates.
  43.           This projection preserves both area and linearity in
  44.           Declination (y axis).  It gives good conformality (angle
  45.           correctness) near the equator, so it is useful along the
  46.           Ecliptic.  Lines of RA converge at the poles (unlike
  47.           cylindrical projections), though Cassiopeia and the Dipper
  48.           reproduce well.
  49.  
  50.      B✓B✓B✓BU✓U✓U✓UG✓G✓G✓GS✓S✓S✓S
  51.           No testing for bogus ranges and scales which may wrap the
  52.           poles.  The present implementation expects y✓y✓y✓ya✓a✓a✓al✓l✓l✓le✓e✓e✓e.✓.✓.✓.s✓s✓s✓st✓t✓t✓ta✓a✓a✓ar✓r✓r✓r sorted
  53.           by decreasing magnitude so that output is sequential, and
  54.           then cuts off below a limiting magnitude.  For more detailed
  55.           charts spatial sorting is more appropriate.
  56.  
  57.      A✓A✓A✓AU✓U✓U✓UT✓T✓T✓TH✓H✓H✓HO✓O✓O✓OR✓R✓R✓R
  58.           Alan Paeth, University of Waterloo (AWPaeth@watCGL)
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 2/7/87)
  64.  
  65.  
  66.